home *** CD-ROM | disk | FTP | other *** search
/ The Virtual Portfolio - N…a Showcase - Book 5 1995 / VIRTUAL [md5 EC7DB5CC033E38E511F666CE80BCE509].ISO / mac / Main / VP.mac / 00170.ls < prev    next >
Encoding:
Text File  |  1995-07-18  |  358 b   |  21 lines

  1. on enterFrame
  2.   set the visible of sprite 25 to 0
  3.   set the visible of sprite 26 to 0
  4.   if rollOver(25) then
  5.     set the visible of sprite 25 to 1
  6.   end if
  7.   if rollOver(26) then
  8.     set the visible of sprite 26 to 1
  9.   else
  10.     nothing()
  11.   end if
  12. end
  13.  
  14. on exitFrame
  15.   if the movieRate of sprite 9 = 0 then
  16.     go("help")
  17.   else
  18.     go(marker(0))
  19.   end if
  20. end
  21.